@charset "utf-8";

@media screen and (min-width:768px){
    body{margin:0;padding:0;min-width:1200px}
    .container{width:1180px}
}

@media screen and (max-width:768px){
    #swiper1 .swiper-slide{
        height: auto;
    }
    .nav_top img{
        height: 40px;
    }
    /* 主导航 */
    .nav_list{
        height: auto;
        flex-wrap: wrap;
    }
    .nav_list > li{
        line-height: 36px;
        width: 33%;
        -webkit-box-flex: 1;
                flex: auto;
    }
    .nav_list > li > a{
        font-size: 12px;
    }
    .nav_list > li .item_menu li a{
        font-size: 12px;
    }
    .nav_list > li .item_menu{
        display: none;
    }
    /* 首页企业介绍 */
    .ibox{
        padding:15px 0 45px 0;
    }
    .ibox_right{
        text-align: center;
        padding-top: 5px;
    }
    .ibox_right h2{
        margin-bottom: 15px;
        font-size: 20px;
    }

    .ibox_right h5{
        font-size: 14px;
        margin-bottom: 15px;
    }
    /* 网页底部 */
    .footer{
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .footer h3{
        font-size: 20px;
    }
    .footer h5{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .footer_right{
        flex-wrap: wrap;
    }
    .footer_right .footer_right_item{
        width: 100%;
    }
    .footer_right img{
        margin-right: 0px;
        height: 48px;
        display: block;
    }
    .footer_right .footer_right_item .item_flex{
        margin-right: 0px;
        flex-wrap: wrap;
    }
    .footer_right_item .item_flex h5{
        margin-right: 0px;
    }


    /* 内页标题样式 */
    .inner_title{
        padding:15px 0;
    }
    
    .inner_title h1{
        font-size: 24px;
    }
    .inner_title h5{
        font-size: 12px;
    }
    .inner_title_small{
        margin-bottom: 30px;
    }
    .inner_title_small li{
        padding:0 5px;
        border-right:none;
    }
    .inner_title_small li a{
        font-size: 12px;
    }


    /* 企业概况 */
    .data_List{
        padding:15px 5px;
        margin-bottom: 15px;
    }
    .data_item .item_year{
        font-size: 20px;
        font-weight: inherit;
        margin-bottom: 5px;
    }
    .data_item .item_year span{
        font-size: 10px;
    }
    .data_item .item_event{
        font-size: 10px;
    }
    .intro_profile{
        padding-bottom: 15px;
    }
    .intro_profile .profile-left{
        padding-top: 15px;
    }
    .intro_profile .profile-right{
        padding-left: 15px;
    }
    .intro_profile .profile-left .title{
        font-size: 20px;
    }
    .intro_profile .profile-left .content{
        font-size: 14px;
    }
    /* 核心理念 */
    .intro_core{
        padding-bottom: 15px;
    }
    .intro_core .core_item .core_item_title{
        font-size: 16px;
        line-height: 36px;
    }
    .intro_core .core_item .core_item_content{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .intro_zizhi img{
        margin:0 auto;
    }
    /* 公司荣誉 */
    .honor_box{
        padding-bottom: 15px;
    }
    .honor_box .nav-tabs{
        margin-bottom: 15px;
    }
    .honor_list li{
        font-size: 14px;
    }
    .honor_box .nav-tabs>li{
        margin-bottom: 15px;
    }
    .zizhi_box{
        flex-wrap: wrap;
    }
    .zizhi_box .zizhi_item{
        width: 100%;
    }
    /* 项目展示 */
    .project_item{
        width: 100%;
    }
    .project_item img{
        width: 100%;
        height: auto;
    }
    /* 案例展示 */
    .case_box{
        padding-bottom: 15px;
    }
    .case_box .table th,.case_box .table td{
        padding-left: 15px;
    }
    .case_box .table th{
        font-size: 12px;
    }
    .case_box .table td{
        font-size: 12px;
    }
    /* 技术创新 */
    .tech_box{
        padding-bottom: 15px;
    }
    .tech_box .tect_item{
        width:100%;
        line-height: 36px;
        padding:0 30px;
    }
    .tech_box .tect_item .name{
        font-size: 16px;
    }

    .tech_box .tect_item:before{
        top: 15px;
        left: 10px;
    }

    .zhuanli_list .zhuanli_item{
        width: 50%;
        padding:0 7px;
    }

    .news_box,.table_box{
        padding-bottom: 15px;
    }
    .news_item{
        width: 100%;
        padding:15px;
    }
    .news_item:hover{
        margin-top: 0px;
    }
    .item_time{
        font-size: 16px;
        color:#999999;
        margin-bottom: 15px;
    }
    .item_title{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .table_form{
        padding:0 10px;
    }
    
    .table>thead>tr>th{
        font-size: 14px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        padding:8px;
        font-size: 12px;
    }
    .map {
        height: 300px;
        margin-bottom: 15px;
    }
    .contact_box h3{
        font-size: 20px;
    }
    .contact_box .content_item{
        font-size: 14px;
    }
    .tech_box .gongfa_item{
        width:100%;
    }
}